/* ==========================================================================
   Index Page
   ========================================================================== */
.homePage .frendlink {
    margin-top: 0
}

.indexSect {
    position: absolute;
    top: 90px;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*background-color: #ccc;*/
}

.indexSect .anim-scale {
    -webkit-transition: all 8s ease-in-out;
    -moz-transition: all 8s ease-in-out;
    -o-transition: all 8s ease-in-out;
    transition: all 8s ease-out;
}

.swiper-slide-active .anim-scale {
    -webkit-transition: all 8s ease-in-out;
    -moz-transition: all 8s ease-in-out;
    -o-transition: all 8s ease-in-out;
    transition: all 8s ease-out;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.dcont {
    position: absolute;
    bottom: 100px;
    width: 960px;
    left: 50%;
    margin-left: -500px;
    z-index: 10
}

.dcont .dbox {
    display: block;
    width: auto;
    padding: 20px 0 10px 0;
    margin-bottom: 5px;
    background: #fff;
    color: #313131;
    text-align: center;
}

.dcont .dbox img {
    width: auto;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 10px;
    -moz-transition: transform ease-in-out 1s;
    -webkit-transition: transform ease-in-out 1s;
    -o-transition: transform ease-in-out 1s;
    -ms-transition: transform ease-in-out 1s;
    transition: transform ease-in-out 1s;
}

.dcont .dbox:hover img {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

.drow{
    width: 102%
}
.drow:after,
.drow:before {
    clear: both;
    display: table;
    content: " ";
}
.dcont .dli{
    float: left;
    margin-right: 2%;
    width: 10.5%;
    transition: .2s width ease;
}